home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Direct3D / DXTex / dxtex.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  5.1 KB  |  213 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="dxtex"
  6.     ProjectGUID="{77DE4B17-4040-4F08-8B21-9EE90F24F077}"
  7.     SccProjectName=""
  8.     SccLocalPath=""
  9.     Keyword="MFCProj">
  10.     <Platforms>
  11.         <Platform
  12.             Name="Win32"/>
  13.     </Platforms>
  14.     <Configurations>
  15.         <Configuration
  16.             Name="Debug|Win32"
  17.             OutputDirectory=".\Debug"
  18.             IntermediateDirectory=".\Debug"
  19.             ConfigurationType="1"
  20.             UseOfMFC="1"
  21.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  22.             CharacterSet="2">
  23.             <Tool
  24.                 Name="VCCLCompilerTool"
  25.                 Optimization="0"
  26.                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  27.                 RuntimeLibrary="1"
  28.                 UsePrecompiledHeader="2"
  29.                 PrecompiledHeaderFile=".\Debug/dxtex.pch"
  30.                 AssemblerListingLocation=".\Debug/"
  31.                 ObjectFile=".\Debug/"
  32.                 ProgramDataBaseFileName=".\Debug/"
  33.                 BrowseInformation="1"
  34.                 WarningLevel="3"
  35.                 SuppressStartupBanner="TRUE"
  36.                 DebugInformationFormat="3"/>
  37.             <Tool
  38.                 Name="VCCustomBuildTool"/>
  39.             <Tool
  40.                 Name="VCLinkerTool"
  41.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  42.                 AdditionalDependencies="d3d9.lib d3dx9dt.lib dxguid.lib version.lib"
  43.                 OutputFile=".\Debug/dxtex.exe"
  44.                 LinkIncremental="2"
  45.                 SuppressStartupBanner="TRUE"
  46.                 GenerateDebugInformation="TRUE"
  47.                 ProgramDatabaseFile=".\Debug/dxtex.pdb"
  48.                 SubSystem="2"/>
  49.             <Tool
  50.                 Name="VCMIDLTool"
  51.                 PreprocessorDefinitions="_DEBUG"
  52.                 MkTypLibCompatible="TRUE"
  53.                 SuppressStartupBanner="TRUE"
  54.                 TargetEnvironment="1"
  55.                 TypeLibraryName=".\Debug/dxtex.tlb"/>
  56.             <Tool
  57.                 Name="VCPostBuildEventTool"/>
  58.             <Tool
  59.                 Name="VCPreBuildEventTool"/>
  60.             <Tool
  61.                 Name="VCPreLinkEventTool"/>
  62.             <Tool
  63.                 Name="VCResourceCompilerTool"
  64.                 PreprocessorDefinitions="_DEBUG"
  65.                 Culture="1033"/>
  66.             <Tool
  67.                 Name="VCWebServiceProxyGeneratorTool"/>
  68.             <Tool
  69.                 Name="VCWebDeploymentTool"/>
  70.         </Configuration>
  71.         <Configuration
  72.             Name="Release|Win32"
  73.             OutputDirectory=".\Release"
  74.             IntermediateDirectory=".\Release"
  75.             ConfigurationType="1"
  76.             UseOfMFC="1"
  77.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  78.             CharacterSet="2">
  79.             <Tool
  80.                 Name="VCCLCompilerTool"
  81.                 InlineFunctionExpansion="1"
  82.                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  83.                 StringPooling="TRUE"
  84.                 RuntimeLibrary="0"
  85.                 EnableFunctionLevelLinking="TRUE"
  86.                 UsePrecompiledHeader="2"
  87.                 PrecompiledHeaderFile=".\Release/dxtex.pch"
  88.                 AssemblerListingLocation=".\Release/"
  89.                 ObjectFile=".\Release/"
  90.                 ProgramDataBaseFileName=".\Release/"
  91.                 WarningLevel="3"
  92.                 SuppressStartupBanner="TRUE"/>
  93.             <Tool
  94.                 Name="VCCustomBuildTool"/>
  95.             <Tool
  96.                 Name="VCLinkerTool"
  97.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  98.                 AdditionalDependencies="ddraw.lib d3d9.lib d3dx9.lib dxguid.lib version.lib"
  99.                 OutputFile=".\Release/dxtex.exe"
  100.                 LinkIncremental="1"
  101.                 SuppressStartupBanner="TRUE"
  102.                 ProgramDatabaseFile=".\Release/dxtex.pdb"
  103.                 SubSystem="2"/>
  104.             <Tool
  105.                 Name="VCMIDLTool"
  106.                 PreprocessorDefinitions="NDEBUG"
  107.                 MkTypLibCompatible="TRUE"
  108.                 SuppressStartupBanner="TRUE"
  109.                 TargetEnvironment="1"
  110.                 TypeLibraryName=".\Release/dxtex.tlb"/>
  111.             <Tool
  112.                 Name="VCPostBuildEventTool"/>
  113.             <Tool
  114.                 Name="VCPreBuildEventTool"/>
  115.             <Tool
  116.                 Name="VCPreLinkEventTool"/>
  117.             <Tool
  118.                 Name="VCResourceCompilerTool"
  119.                 PreprocessorDefinitions="NDEBUG"
  120.                 Culture="1033"/>
  121.             <Tool
  122.                 Name="VCWebServiceProxyGeneratorTool"/>
  123.             <Tool
  124.                 Name="VCWebDeploymentTool"/>
  125.         </Configuration>
  126.     </Configurations>
  127.     <Files>
  128.         <Filter
  129.             Name="Source Files"
  130.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  131.             <File
  132.                 RelativePath=".\ChildFrm.cpp">
  133.             </File>
  134.             <File
  135.                 RelativePath=".\Dxtex.cpp">
  136.             </File>
  137.             <File
  138.                 RelativePath=".\Dxtex.rc">
  139.             </File>
  140.             <File
  141.                 RelativePath=".\DxtexDoc.cpp">
  142.             </File>
  143.             <File
  144.                 RelativePath=".\DxtexView.cpp">
  145.             </File>
  146.             <File
  147.                 RelativePath=".\MainFrm.cpp">
  148.             </File>
  149.             <File
  150.                 RelativePath=".\StdAfx.cpp">
  151.             </File>
  152.             <File
  153.                 RelativePath=".\dialogs.cpp">
  154.             </File>
  155.         </Filter>
  156.         <Filter
  157.             Name="Header Files"
  158.             Filter="h;hpp;hxx;hm;inl">
  159.             <File
  160.                 RelativePath=".\ChildFrm.h">
  161.             </File>
  162.             <File
  163.                 RelativePath=".\Dxtex.h">
  164.             </File>
  165.             <File
  166.                 RelativePath=".\DxtexDoc.h">
  167.             </File>
  168.             <File
  169.                 RelativePath=".\DxtexView.h">
  170.             </File>
  171.             <File
  172.                 RelativePath=".\MainFrm.h">
  173.             </File>
  174.             <File
  175.                 RelativePath=".\Resource.h">
  176.             </File>
  177.             <File
  178.                 RelativePath=".\StdAfx.h">
  179.             </File>
  180.             <File
  181.                 RelativePath=".\dds.h">
  182.             </File>
  183.             <File
  184.                 RelativePath=".\dialogs.h">
  185.             </File>
  186.             <File
  187.                 RelativePath="formats.h">
  188.             </File>
  189.         </Filter>
  190.         <Filter
  191.             Name="Resource Files"
  192.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  193.             <File
  194.                 RelativePath=".\DxtexDoc.ico">
  195.             </File>
  196.             <File
  197.                 RelativePath=".\Toolbar.bmp">
  198.             </File>
  199.             <File
  200.                 RelativePath="..\..\Common\directx.ico">
  201.             </File>
  202.         </Filter>
  203.         <File
  204.             RelativePath="DxTex.manifest">
  205.         </File>
  206.         <File
  207.             RelativePath=".\readme.txt">
  208.         </File>
  209.     </Files>
  210.     <Globals>
  211.     </Globals>
  212. </VisualStudioProject>
  213.